home *** CD-ROM | disk | FTP | other *** search
/ The Body Language - 48 Kinds of Fuck / The Body Language - 48 Kinds of Fuck.iso / mac / DATA / 37 / 00031_Script_31 < prev    next >
Text File  |  1995-08-07  |  225b  |  16 lines

  1. on exitFrame
  2.   CHECKSE
  3.   if rollover(3) then 
  4.     go"SM"
  5.  
  6.   else if rollover(9) then 
  7.     go"M"
  8.   else if rollover(10) then 
  9.     go"K"
  10.   
  11.   else if rollover(18) then 
  12.     go"QUIT"
  13.   else
  14.     go"S"
  15.   end if
  16. end